Contribution torg.nuxeo.ecm.platform.spreadsheet.enrichers--enricher
In component torg.nuxeo.ecm.platform.spreadsheet.enrichers
torg.nuxeo.ecm.platform.spreadsheet.enrichers
inside nuxeo-platform-spreadsheet-6.0.jar
This contribution is part of XML component Extension Point
Extension point enricher of component ContentEnricherService.Contributed Items
XML Source
<extension point="enricher" target="org.nuxeo.ecm.automation.io.services.enricher.ContentEnricherService">
<enricher class="org.nuxeo.ecm.automation.io.services.enricher.VocabularyEnricher" name="l10nsubjects">
<category>vocabularies</category>
<parameter name="field">dc:subjects</parameter>
<parameter name="directoryName">l10nsubjects</parameter>
</enricher>
<enricher class="org.nuxeo.ecm.automation.io.services.enricher.VocabularyEnricher" name="l10ncoverage">
<category>vocabularies</category>
<parameter name="field">dc:coverage</parameter>
<parameter name="directoryName">l10ncoverage</parameter>
</enricher>
</extension>